home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / dataconv / paredit.dfm / paredit.txt
Text File  |  1995-12-22  |  877b  |  50 lines

  1. object DataParams: TDataParams
  2.   Left = 428
  3.   Top = 444
  4.   Width = 448
  5.   Height = 380
  6.   Caption = 'DataBase Parameters'
  7.   Font.Color = clWindowText
  8.   Font.Height = -17
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 120
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   TextHeight = 20
  15.   object ParamEdit: TMemo
  16.     Left = 0
  17.     Top = 0
  18.     Width = 440
  19.     Height = 304
  20.     Align = alClient
  21.     Lines.Strings = (
  22.       'ParamEdit')
  23.     TabOrder = 0
  24.   end
  25.   object Panel1: TPanel
  26.     Left = 0
  27.     Top = 304
  28.     Width = 440
  29.     Height = 47
  30.     Align = alBottom
  31.     TabOrder = 1
  32.     object BitBtn1: TBitBtn
  33.       Left = 208
  34.       Top = 8
  35.       Width = 105
  36.       Height = 33
  37.       TabOrder = 0
  38.       Kind = bkCancel
  39.     end
  40.     object BitBtn2: TBitBtn
  41.       Left = 328
  42.       Top = 8
  43.       Width = 105
  44.       Height = 33
  45.       TabOrder = 1
  46.       Kind = bkOK
  47.     end
  48.   end
  49. end
  50.